go/types._TypeSet.IsEmpty (method)

6 uses

	go/types (current package)
		instantiate.go#L274: 	if Vi != nil && Vi.typeSet().IsEmpty() {
		instantiate.go#L280: 	if Ti.typeSet().IsEmpty() {
		predicates.go#L138: 		return iface != nil && iface.tset != nil && iface.tset.IsEmpty()
		predicates.go#L201: 			if t.typeSet().IsEmpty() {
		typeset.go#L36: func (s *_TypeSet) IsEmpty() bool { return s.terms.isEmpty() }
		typeset.go#L68: 	case s.IsEmpty():